home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tlc-on1.zip / ON.BAT < prev    next >
DOS Batch File  |  1991-08-14  |  242b  |  14 lines

  1. echo off
  2. cls
  3. if not exist \tlc\on\on.exe goto :notthere
  4. echo The computer is loading
  5. echo Operation Neptune.
  6. cd \tlc\on
  7. on.exe %1 %2 %3
  8. cd \
  9. goto :end
  10. :notthere
  11. echo Operation Neptune could
  12. echo not be found on this drive.
  13. :end
  14.